From: Noah Friedman Date: Sun, 29 Sep 2002 18:37:43 +0000 (+0000) Subject: (read-key): Use read-key-auxiliary-map, not read-key-aux-map. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30364 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a67e33e481939cce245c22512dcee262378dc2ae;p=emacs.git (read-key): Use read-key-auxiliary-map, not read-key-aux-map. --- diff --git a/lisp/subr.el b/lisp/subr.el index 8c7212e5ef1..17d47e2d1b1 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1071,7 +1071,7 @@ Legitimate radix values are 8, 10 and 16." "Read a key from the keyboard. Contrary to `read-event' this will not return a raw event but will obey `function-key-map' and `key-translation-map' instead." - (let ((overriding-terminal-local-map read-key-aux-map)) + (let ((overriding-terminal-local-map read-key-auxiliary-map)) (aref (read-key-sequence prompt nil t) 0))) (defun read-quoted-char (&optional prompt)